home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / scrfe100.zip / SHOWBOTH.BAT < prev    next >
DOS Batch File  |  1993-02-27  |  142b  |  7 lines

  1. echo off
  2. rem SHOWBOTH.BAT : show both a font and screen, wait for a key, then clear it.
  3. dispfont %1 > null
  4. dispscrn %1
  5. waitkey
  6. resetvid
  7.